In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / TagGetValueBytes Method

TagGetValueBytes Method (GdPictureImaging)

In This Topic
Syntax
'Declaration

 

Public Function TagGetValueBytes( _

   ByVal ImageID As Integer, _

   ByVal TagNo As Integer, _

   ByRef Data() As Byte _

) As Integer
public int TagGetValueBytes( 

   int ImageID,

   int TagNo,

   ref byte[] Data

)
public function TagGetValueBytes( 

    ImageID: Integer;

    TagNo: Integer;

   var  Data: Bytearray of

): Integer; 
public function TagGetValueBytes( 

   ImageID : int,

   TagNo : int,

   Data : byte[]

) : int;
public: int TagGetValueBytes( 

   int ImageID,

   int TagNo,

   ref byte[]* Data

) 
public:

int TagGetValueBytes( 

   int ImageID,

   int TagNo,

   array<byte>^% Data

) 

Parameters

ImageID
TagNo
Data
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members